(C) 1996 AROS - The Amiga Replacement OS
struct List * list; struct Node * node; node->ln_Pri = 5; // Sort the node at the correct place into the list Enqueue (list, node);
Polish
Optimized code.
Changed clib to proto